home *** CD-ROM | disk | FTP | other *** search
- 13
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- SysFolder
- --- RECORDSEPARATOR ---
- Platform:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows and Macintosh
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Description:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- baSysFolder gets the location of a special Windows directory.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Usage:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Result = baSysFolder( Folder )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Arguments:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String.
- --- RECORDSEPARATOR ---
- Folder is the name of the folder to return. Can be one of the following:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Windows:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- "windows"
- --- RECORDSEPARATOR ---
- returns the Windows folder
- --- RECORDSEPARATOR ---
- "system"
- --- RECORDSEPARATOR ---
- the System folder
- --- RECORDSEPARATOR ---
- "prefs"
- --- RECORDSEPARATOR ---
- returns the Windows folder
- --- RECORDSEPARATOR ---
- "system16"
- --- RECORDSEPARATOR ---
- the Windows System folder for 16 bit files
- --- RECORDSEPARATOR ---
- "system32"
- --- RECORDSEPARATOR ---
- the Windows System folder for 32 bit files
- --- RECORDSEPARATOR ---
- "temp"
- --- RECORDSEPARATOR ---
- the folder used for temporary files
- --- RECORDSEPARATOR ---
- "current"
- --- RECORDSEPARATOR ---
- the current DOS directory
- --- RECORDSEPARATOR ---
- "desktop"
- --- RECORDSEPARATOR ---
- the desktop folder
- --- RECORDSEPARATOR ---
- "common desktop"
- --- RECORDSEPARATOR ---
- the common desktop folde
- --- RECORDSEPARATOR ---
- r for all users
- --- RECORDSEPARATOR ---
- "groups"
- --- RECORDSEPARATOR ---
- the program groups folder in the start menu
- --- RECORDSEPARATOR ---
- "common groups"
- --- RECORDSEPARATOR ---
- the common program groups folder for all users
- --- RECORDSEPARATOR ---
- "start menu"
- --- RECORDSEPARATOR ---
- the start menu folder
- --- RECORDSEPARATOR ---
- "common start menu"
- --- RECORDSEPARATOR ---
- the common start menu for all users
- --- RECORDSEPARATOR ---
- "personal"
- --- RECORDSEPARATOR ---
- the users personal documents folder
- --- RECORDSEPARATOR ---
- "favorites"
- --- RECORDSEPARATOR ---
- the users
- --- RECORDSEPARATOR ---
- favorites folder
- --- RECORDSEPARATOR ---
- "startup"
- --- RECORDSEPARATOR ---
- the 'Start Up' program group folder
- --- RECORDSEPARATOR ---
- "common startup"
- --- RECORDSEPARATOR ---
- the 'Start Up' folder for all users
- --- RECORDSEPARATOR ---
- "recent"
- --- RECORDSEPARATOR ---
- the 'Recent documents' folder
- --- RECORDSEPARATOR ---
- "sendto"
- --- RECORDSEPARATOR ---
- the 'Send To' folder
- --- RECORDSEPARATOR ---
- "network"
- --- RECORDSEPARATOR ---
- the 'Network Neighborhood' folder
- --- RECORDSEPARATOR ---
- "fonts"
- --- RECORDSEPARATOR ---
- the 'Fonts' folder
- --- RECORDSEPARATOR ---
- "shellnew"
- --- RECORDSEPARATOR ---
- the new documents template folder
- --- RECORDSEPARATOR ---
- "program files"
- --- RECORDSEPARATOR ---
- the program files folder
- --- RECORDSEPARATOR ---
- "common files"
- --- RECORDSEPARATOR ---
- the common folder in the program files folder
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Macintosh:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- "system"
- --- RECORDSEPARATOR ---
- the System Folder
- --- RECORDSEPARATOR ---
- "prefs"
- --- RECORDSEPARATOR ---
- the Preferences folder
- --- RECORDSEPARATOR ---
- "temp"
- --- RECORDSEPARATOR ---
- the Temporary Items folder on the startup disk
- --- RECORDSEPARATOR ---
- "desktop"
- --- RECORDSEPARATOR ---
- the Desktop folder on the startup disk
- --- RECORDSEPARATOR ---
- "trash"
- --- RECORDSEPARATOR ---
- the trash can
- --- RECORDSEPARATOR ---
- "startup"
- --- RECORDSEPARATOR ---
- the Startup Items folder
- --- RECORDSEPARATOR ---
- "apple"
- --- RECORDSEPARATOR ---
- the Apple Menu Items folder
- --- RECORDSEPARATOR ---
- "control panels"
- --- RECORDSEPARATOR ---
- the Control Panels folder
- --- RECORDSEPARATOR ---
- "extensions"
- --- RECORDSEPARATOR ---
- the Extensions folder
- --- RECORDSEPARATOR ---
- "fonts"
- --- RECORDSEPARATOR ---
- the Fonts folder
- --- RECORDSEPARATOR ---
- "boot"
- --- RECORDSEPARATOR ---
- the name of the start up disk
- --- RECORDSEPARATOR ---
- "personal"
- --- RECORDSEPARATOR ---
- the users personal documents folder
- --- RECORDSEPARATOR ---
- "apps"
- --- RECORDSEPARATOR ---
- The applications folder
- --- RECORDSEPARATOR ---
- "favorites"
- --- RECORDSEPARATOR ---
- the users favorites folder
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Returns:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- String.
- --- RECORDSEPARATOR ---
- Returns the requested folder.
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Examples:
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- Director:
- --- RECORDSEPARATOR ---
- set WinDir = baSysFolder( "windows" )
- --- RECORDSEPARATOR ---
- Authorware:
- --- RECORDSEPARATOR ---
- WinDir := baSysFolder( "windows" )
- --- RECORDSEPARATOR ---
-
- --- RECORDSEPARATOR ---
- (continued next page)